From 0555dd06454a649943f8420512303ddd02ed5867 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 1 Oct 2010 20:02:35 -0400 Subject: [PATCH] Fix distcheck Don't include config.h in headers, it doesn't work. --- gdk/gdkintl.h | 1 - gdk/x11/gdkdrawable-x11.h | 2 -- gdk/x11/gdkprivate-x11.h | 2 -- 3 files changed, 5 deletions(-) diff --git a/gdk/gdkintl.h b/gdk/gdkintl.h index 9bd7b267dc..e0ab200bda 100644 --- a/gdk/gdkintl.h +++ b/gdk/gdkintl.h @@ -27,7 +27,6 @@ #ifndef __GDKINTL_H__ #define __GDKINTL_H__ -#include "config.h" #include #ifdef ENABLE_NLS diff --git a/gdk/x11/gdkdrawable-x11.h b/gdk/x11/gdkdrawable-x11.h index d4660df12b..16c8953332 100644 --- a/gdk/x11/gdkdrawable-x11.h +++ b/gdk/x11/gdkdrawable-x11.h @@ -27,8 +27,6 @@ #ifndef __GDK_DRAWABLE_X11_H__ #define __GDK_DRAWABLE_X11_H__ -#include "config.h" - #include #include diff --git a/gdk/x11/gdkprivate-x11.h b/gdk/x11/gdkprivate-x11.h index 87dfaf32c5..929eac91f6 100644 --- a/gdk/x11/gdkprivate-x11.h +++ b/gdk/x11/gdkprivate-x11.h @@ -40,8 +40,6 @@ #include "gdkinternals.h" -#include "config.h" - typedef struct _GdkCursorPrivate GdkCursorPrivate; struct _GdkCursorPrivate -- 2.30.2